projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c4824
)
gtk4-demo: fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Oct 2017 03:26:57 +0000
(23:26 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Oct 2017 03:26:57 +0000
(23:26 -0400)
The blend mode is called saturation, not saturate.
demos/gtk-demo/css_blendmodes.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/css_blendmodes.c
b/demos/gtk-demo/css_blendmodes.c
index 9965bf670955339852b2757995dc48c28510cdc0..ecc7da8cdda824a98fc150bf3a6d57f432fbdfe1 100644
(file)
--- a/
demos/gtk-demo/css_blendmodes.c
+++ b/
demos/gtk-demo/css_blendmodes.c
@@
-28,7
+28,7
@@
struct {
{ "Multiply", "multiply" },
{ "Normal", "normal" },
{ "Overlay", "overlay" },
- { "Saturate", "saturat
e
" },
+ { "Saturate", "saturat
ion
" },
{ "Screen", "screen" },
{ "Soft Light", "soft-light" },
{ NULL }